projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4f901
)
(Ffringe_bitmaps_at_pos): Add missing arg declarations.
author
Kim F. Storm
<storm@cua.dk>
Fri, 13 Feb 2004 23:44:37 +0000
(23:44 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 13 Feb 2004 23:44:37 +0000
(23:44 +0000)
src/fringe.c
patch
|
blob
|
history
diff --git
a/src/fringe.c
b/src/fringe.c
index 0d05e15da3200008ed06b059b6a908b7e59d2f81..82c7c1910207cedc2a0f04e667cc18b8a505cbab 100644
(file)
--- a/
src/fringe.c
+++ b/
src/fringe.c
@@
-1238,6
+1238,7
@@
in that window. Return value is a cons (LEFT . RIGHT) where LEFT and RIGHT
are the fringe bitmap numbers for the bitmaps in the left and right fringe,
resp. Return nil if POS is not visible in WINDOW. */)
(pos, window)
+ Lisp_Object pos, window;
{
struct window *w;
struct buffer *old_buffer = NULL;